DomainObjects Class Library |
|
ScalarQuery<SelectFromClass>.AddUnionAll Method
Unions the given query with this query using the 'UNION ALL' SQL clause.
Parameters
-
query
- The query to union with this query.
Implements
IQuery<SelectFromClass>.
See Also
ScalarQuery<SelectFromClass> Class | DomainObjects.Facade.Command Namespace